//==============================================================================
// test_anim.txt
//==============================================================================
import Civ_statue_defines_anim.txt
import Construction_defines_anim.txt

//==============================================================================
define Dust
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Building DustA
      }
   }  
}

//==============================================================================
define Fire1
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Fire Tiny
      }
   }  
}
//==============================================================================
define Fire2
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Fire Tiny V2
      }
   }  
}

//==============================================================================
define smoketiny
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Smoke Small
      }
   }
}

//==============================================================================
define glow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX a fire torch glow
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
                  Visual Building G Hades Temple
                  connect leftear smoketiny HOTSPOT
						connect rightear smoketiny HOTSPOT
                  connect leftear fire1 HOTSPOT
						connect rightear fire2 HOTSPOT
						connect righthand statue hotspot
						connect TopOfHead glow HOTSPOT
						connect Pelvis glow HOTSPOT
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
                  Visual Building G Hades Temple_Death
                  connect leftear smoketiny HOTSPOT
						connect rightear smoketiny HOTSPOT
                  connect leftear fire1 HOTSPOT
						connect rightear fire1 HOTSPOT
						connect righthand statue hotspot
						connect Smoke0 Dust hotspot
						connect Smoke1 Dust hotspot
						connect Smoke2 Dust hotspot
						connect Smoke3 Dust hotspot
						connect Smoke4 Dust hotspot
						connect Smoke5 Dust hotspot
						connect Smoke6 Dust hotspot
						connect Smoke7 Dust hotspot
         }
      }
   }
}
